Snapwonders

Created By
Kenneth Springer2 hours ago
Hide encrypted files inside photos and videos (steganography), forensically analyse media for tampering and metadata leaks, and convert between 350+ image and video formats — all via MCP.
Overview

What it does

snapWONDERS exposes three distinct capabilities through a single MCP endpoint at https://snapwonders.com/mcp:

  • Steganography (Vaultify) — hide AES-256 encrypted files invisibly inside photos or videos, and reveal them
  • Forensic analysis — analyse images and videos for GPS data, device fingerprints, manipulation evidence, steganographic payloads, and 40+ forensic checks
  • Media conversion — convert between 350+ image and video format variants

All 19 tools are available over Streamable HTTP (MCP spec 2025-03-26). Three discovery tools require no API key.


Tools

Discovery — no API key required

ToolDescription
statusService health check
vaultify_get_startedSteganography overview with a pre-computed sample result and sign-up guidance
snapwonders_get_startedForensic analysis and conversion overview with sample results and sign-up guidance

Steganography — X-Api-Key required

ToolDescription
vaultify_session_createCreate a hide or reveal upload session
vaultify_session_filesList files uploaded to a session
vaultify_job_startSubmit options and queue a hide or reveal job
vaultify_job_statusPoll job progress
vaultify_job_resultsRetrieve result file download info

Forensic analysis — X-Api-Key required

ToolDescription
snapwonders_analyse_session_createCreate an analyse upload session
snapwonders_analyse_session_filesList files uploaded to an analyse session
snapwonders_analyse_job_startSubmit options and queue an analyse job
snapwonders_analyse_job_statusPoll analyse job progress
snapwonders_analyse_job_resultsPer-item forensic grades (A–F) with face, text, and watermark counts
snapwonders_analyse_resultClean JSON summary by job UID including asset IDs for overlay images

Media conversion — X-Api-Key required

ToolDescription
snapwonders_convert_session_createCreate a convert upload session
snapwonders_convert_session_filesList files uploaded to a convert session
snapwonders_convert_job_startSubmit options and queue a convert job
snapwonders_convert_job_statusPoll convert job progress
snapwonders_convert_job_resultsPer-item converted file info with asset IDs for download

Authentication

Add your X-Api-Key header on all tool calls except the three discovery tools above. Get a free API key at snapwonders.com.


Quick connect

Claude Desktop — Settings → Connectors → paste https://snapwonders.com/mcp

Claude Code CLI:

claude mcp add --transport http snapwonders https://snapwonders.com/mcp \
  --header "X-Api-Key:YOUR_API_KEY"

Cursor / VS Code / Windsurf / Gemini CLI / Continue.dev — full config snippets at snapwonders.com/api

---
Notes

- File uploads use the TUS resumable protocol (POST https://snapwonders.com/api/tus) and are performed out-of-band — MCP handles orchestration, your HTTP client handles the
binary transfer
- The server is stateless — no MCP session tokens
- Available on clearnet only (MCP clients cannot reach Tor/.onion addresses)
- Full API reference and OpenAPI spec: snapwonders.com/api
Project Info
Created At
2 hours ago
Updated At
2 hours ago
Author Name
Kenneth Springer
Star
-
Language
-
License
-
Category

Recommend Servers

View All